home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / xconq / flattop.per < prev    next >
Text File  |  1995-07-02  |  3KB  |  156 lines

  1. Xconq 0 -+---- Carrier operations in the Pacific
  2. Period 0
  3.  
  4. "WW II, in the Pacific, aboard a carrier" period-name
  5.  
  6. "f" "fighter" "" utype
  7. "d" "dive bomber" "" utype
  8. "t" "torpedo bomber" "" utype
  9. "p" "PBY" "" utype
  10. "D" "destroyer" "" utype
  11. "S" "submarine" "" utype
  12. "E" "escort carrier" "" utype
  13. "r" "light cruiser" "" utype
  14. "R" "heavy cruiser" "" utype
  15. "C" "carrier" "" utype
  16. "B" "battleship" "" utype
  17. "/" "base" "" utype
  18.  
  19. "o" "fuel" "how to get around" rtype
  20. "a" "ammo" "small stuff" rtype
  21. "A" "shell" "8 to 16 inch" rtype
  22. "b" "bomb" "iron bombs" rtype
  23. "!" "torps" "death to ships" rtype
  24.  
  25. "." "sea" "sky blue" ttype
  26. "," "atoll" "cyan" ttype
  27. "+" "island" "forest green" ttype
  28.  
  29. [   0  96  98 ] t* min-alt
  30. [  96  98 100 ] t* max-alt
  31.  
  32. 95 alt-roughness
  33.  
  34. sea default-terrain
  35. sea edge-terrain
  36.  
  37. "1e" f icon-name
  38. "1e" d icon-name
  39. "torpbombr" t icon-name
  40. "pby" p icon-name
  41. "dd" D icon-name
  42. "ca" r icon-name
  43. "sub" S icon-name
  44. "cv" E icon-name
  45. "cv" C icon-name
  46. "ca" R icon-name
  47. "bb" B icon-name
  48. "airbase" / icon-name
  49.  
  50. [ f d t p ] "air" define
  51. [ r R B ] "heavy" define
  52. [ E C ] "carriers" define
  53. [ D S E r R C B ] "ships" define
  54. [ o a A b ! ] "stuff" define
  55.  
  56. 100 sea ships favored
  57. 100 [ atoll island ] / favored
  58.  
  59. 4 country-size
  60. 30 country-min-distance
  61. 32 country-max-distance
  62.  
  63. [ 8 8 8 4 6 2 4 2 2 2 2 1 ] u* in-country
  64.  
  65. true / always-seen
  66.  
  67. 500 [ fuel ammo ] ships storage
  68. 20 fuel air storage
  69. 40 fuel p storage
  70. 2 a air storage
  71. 0 a p storage
  72. 2 b d storage
  73. 2 ! t storage
  74. 10 ! [ D S ] storage
  75. 50 [ b ! ] C storage
  76. 25 [ b ! ] E storage
  77. 50 A heavy storage
  78. 1000 r* / storage
  79.  
  80. 3 fuel air consume
  81.  
  82. 9 air speed
  83. 6 p speed
  84. 3 ships speed  ; gross simplification
  85.  
  86. 0 t* air moves
  87. 0 t* p moves
  88. 0 sea ships moves
  89. 2 atoll ships moves
  90.  
  91. 1 fuel u* to-move
  92.  
  93. 4 air E capacity
  94. 8 air C capacity
  95. 100 u* / capacity
  96. 100 u* u* enter-time
  97. 1 air volume
  98. 4 E hold-volume
  99. 8 C hold-volume
  100. 100 / hold-volume
  101.  
  102. 10 S visibility
  103.  
  104. [ 5 5 5 5 10 10 20 ] ships hp
  105. 100 / hp
  106.  
  107. 50 u* u* hit
  108. 80 air f hit
  109. 60 f f hit
  110. 0 u* p hit
  111. 20 carriers f hit
  112. 20 air S hit
  113. 70 S D hit
  114. 100 / u* hit
  115. 0 / [ S E C ] hit
  116. 10 u* carriers hit
  117.  
  118. 1 u* u* damage
  119. 3 u* heavy damage
  120. 4 ships [ t D S ] damage
  121. 10 [ C B ] [ t D S ] damage
  122. 10 / B damage
  123.  
  124. 1 a air hits-with
  125. 1 a [ E C ] hits-with
  126. 1 b d hits-with
  127. 1 ! [ t D S ] hits-with
  128. 1 A heavy hits-with
  129.  
  130. 1 [ b ! ] ships hit-by
  131. 1 a air hit-by
  132. 1 A u* hit-by
  133.  
  134. 50 air carriers protect
  135.  
  136. "sinks" ships destroy-message
  137. "shoots down" air destroy-message
  138.  
  139. ; 0 air control
  140.  
  141. begin{notes}
  142. This is a somewhat expanded version of the navy in the standard period.
  143. Each side commands a large fleet, and the sole objective is to wipe out
  144. the enemy's fleet.  There are different kinds of planes and ships, but
  145. nothing else.
  146.  
  147. Speeds of ships are uniform, so that formations work better (don't want
  148. the carriers outstripping their escorts).
  149.  
  150. You do *not* get complete control over the aircraft!  Those undisciplined
  151. pilots just do what they feel like doing, and only take about half their
  152. orders.
  153. end{notes}
  154.  
  155. end
  156.